home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
grabthegrub.swf
/
scripts
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
291 b
|
16 lines
playSound("opening",999);
soundControl.onRelease = function()
{
if(this._currentframe == 1)
{
this._parent.masterVolume.setVolume(0);
this.nextFrame();
}
else
{
this._parent.masterVolume.setVolume(100);
this.prevFrame();
}
};
stop();